
.breadcrumb {
    display: flex;
    /* box-shadow: 0 8px 14px -2px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05); */
    padding: 0;
    border-radius: 35px;
    margin: 5px 0;
    /* background: #fff; */


  }
  
  .breadcrumb-links {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    margin-bottom: 0;
    box-shadow: 0 8px 14px -2px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 0.75rem 1.25rem;
    border-radius: 35px;
    background: #fff;
  }
  .breadcrumb-links > li:nth-child(n + 4) {
    display: none;
  }
  
  .breadcrumb-box {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  
  .breadcrumb-link , .breadcrumb i {
    color: #9ca3af;
  }
  .breadcrumb-box:hover > *:not(.breadcrumb-icon) {
    color: #4f46e5;
  }
  
  .breadcrumb-icon,
  .breadcrumb-icon-home {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: #9ca3af;
  }
  .breadcrumb-links li:first-child .breadcrumb-text {
    display: none;
  }
  
  .breadcrumb-text {
    margin-left: 5px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #6b7280;
    text-decoration: none;

  }
  
  @media (min-width: 640px) {
    .breadcrumb-links > li:nth-child(n + 4) {
      display: block;
    }
  
    .breadcrumb-links li:first-child .breadcrumb-text {
      display: block;
    }
  }

  .imagebanner{
    padding:120px 0 50px 0 ;
    height: auto;
  }
  .navbar-overlay{
    background-color: #fff;
  }
  .pooja-card .card-body a{
    color: #000;
  }
  /* .testim-content{
    height:205px;
    overflow-y: scroll;
  } */

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    border-radius: inherit; /* if you want it to follow the rounded-4 shape */
}
.slide-content{
  z-index: 1;
  position: absolute;
}

.stickyrow {
  position: sticky;
  top: 60px; /* Adjust this based on your actual navbar height */
  z-index: 2; /* Ensure it appears above other content if needed */
  margin: 0;

}
.sticky-content{
  border-radius: 10px  10px  0 0;
  background-color: #fff;
  padding: 20px;

}
.sticky-active{
  background-color: #fff;
/* box-shadow: 0 1rem 3rem rgba(0,0,0,.175); */
}

.sticky-active .sticky-content{
  background-color: #fff;
  padding: 5px;

}
.sticky-active .sticky-content h5{
  margin: 5px;
}


.holder {
  margin: 12rem auto 0;
  width: 150px;
  height: 400px;
  position: relative;
}

.holder *, .holder *:before, .holder *:after {
  position: absolute;
  content: "";
}

.candle {
  bottom: 0;
  width: 150px;
  height: 300px;
  border-radius: 150px / 40px;
  -webkit-box-shadow: inset 20px -30px 50px 0 rgba(0, 0, 0, 0.4), inset -20px 0 50px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 20px -30px 50px 0 rgba(0, 0, 0, 0.4), inset -20px 0 50px 0 rgba(0, 0, 0, 0.4);
  background: #190f02;
  background: -webkit-gradient(linear, left top, left bottom, from(#e48825), color-stop(#e78e0e), color-stop(#833c03), color-stop(50%, #4c1a03), to(#1c0900));
  background: linear-gradient(#e48825, #e78e0e, #833c03, #4c1a03 50%, #1c0900);
}

.candle:before {
  width: 100%;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #d47401;
  background: #b86409;
  background: radial-gradient(#ffef80, #b86409 60%);
  background: radial-gradient(#eaa121, #8e4901 45%, #b86409 80%);
}

.candle:after {
  width: 34px;
  height: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  top: 14px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  background: radial-gradient(rgba(0, 0, 0, 0.6), transparent 45%);
}

.thread {
  width: 6px;
  height: 36px;
  top: -17px;
  left: 50%;
  z-index: 1;
  border-radius: 40% 40% 0 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #121212;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6994a), color-stop(#4b232c), color-stop(#121212), color-stop(black), color-stop(90%, #e8bb31));
  background: linear-gradient(#d6994a, #4b232c, #121212, black, #e8bb31 90%);
}

.flame {
  width: 24px;
  height: 120px;
  left: 50%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  border-radius: 50% 50% 20% 20%;
  background: rgba(255, 255, 255, 1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, white), to(transparent));
  background: linear-gradient(white 80%, transparent);
  -webkit-animation: moveFlame 6s linear infinite, enlargeFlame 5s linear infinite;
  animation: moveFlame 6s linear infinite, enlargeFlame 5s linear infinite;
}

.flame:before {
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 20% 20%;
  -webkit-box-shadow: 0 0 15px 0 rgba(247, 93, 0, .4), 0 -6px 4px 0 rgba(247, 128, 0, .7);
  box-shadow: 0 0 15px 0 rgba(247, 93, 0, .4), 0 -6px 4px 0 rgba(247, 128, 0, .7);
}

@-webkit-keyframes moveFlame {
  0%, 100% {
    -webkit-transform: translateX(-50%) rotate(-2deg);
    transform: translateX(-50%) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(-50%) rotate(2deg);
    transform: translateX(-50%) rotate(2deg);
  }
}

@keyframes moveFlame {
  0%, 100% {
    -webkit-transform: translateX(-50%) rotate(-2deg);
    transform: translateX(-50%) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(-50%) rotate(2deg);
    transform: translateX(-50%) rotate(2deg);
  }
}

@-webkit-keyframes enlargeFlame {
  0%, 100% {
    height: 120px;
  }

  50% {
    height: 140px;
  }
}

@keyframes enlargeFlame {
  0%, 100% {
    height: 120px;
  }

  50% {
    height: 140px;
  }
}

.glow {
  width: 26px;
  height: 60px;
  border-radius: 50% 50% 35% 35%;
  left: 50%;
  top: -48px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 133, 255, .7);
  -webkit-box-shadow: 0 -40px 30px 0 #dc8a0c, 0 40px 50px 0 #dc8a0c, inset 3px 0 2px 0 rgba(0, 133, 255, .6), inset -3px 0 2px 0 rgba(0, 133, 255, .6);
  box-shadow: 0 -40px 30px 0 #dc8a0c, 0 40px 50px 0 #dc8a0c, inset 3px 0 2px 0 rgba(0, 133, 255, .6), inset -3px 0 2px 0 rgba(0, 133, 255, .6);
}

.glow:before {
  width: 70%;
  height: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
}

.blinking-glow {
  width: 100px;
  height: 180px;
  left: 50%;
  top: -55%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background: #ff6000;
  -webkit-filter: blur(50px);
  -moz-filter: blur(60px);
  -o-filter: blur(60px);
  -ms-filter: blur(60px);
  filter: blur(60px);
  -webkit-animation: blinkIt .1s infinite;
  animation: blinkIt .1s infinite;
}

@-webkit-keyframes blinkIt {
  50% {
    opacity: .8;
  }
}

@keyframes blinkIt {
  50% {
    opacity: .8;
  }
}


@media (max-width: 768px) {
  .feature-icon p{
    display: none;
  }
  .px-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  } 
  .navbar-collapse{
    padding-bottom: 15px;
  }
  .pt-120, .pt-15 {
    padding-top: 25px;
  }
  .pt-60, .pb-15{
    padding-top: 15px;

  }
  .pb-60{
    padding-bottom: 15px;

  }
  .slide-content h1{
    font-size: 20px;
  }
  .domain-list-section .card-body{
    padding: 5px;
  }
  .domain-list-section {
    margin-top: -85px;
  }



}
/* @media (min-width: 768px) {
  .feature-icon p{
    display: none;
  }
} */

/* 
.me {
  cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1581299/profile/profile-80.jpg), auto;
} */


 /* .me {
    cursor: url('/designs/shreeOm%20Mandir/assets/img/icons/dhup.png') 0 32, auto;

}  */



.details_single_variant, .details_qty_area {
    align-items: center;
    margin-bottom: 0;
}
.details_single_variant .variant_title {
    min-width: 100px;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}
.details_variant_color, .details_variant_size, .details_qty_area {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}
.details_variant_size li:hover, .details_variant_size li.active {
    background: #FFA42F;
    color: #000;
}
.details_variant_size li {
    padding: 5px 10px;
    width: auto;
    background: #fff;
    color: #FFA42F;
    border:1px solid #FFA42F;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.details_variant_color, .details_variant_size, .details_qty_area {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}


	.minus, .plus{
			width:42px;
			height:42px;
			background:#f2f2f2;
			border-radius:4px;
			padding:5px;
			border:1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      font-size: 18px;
      cursor: pointer;

		}
    .number input{
			height:42px;
      width: 100px;
      text-align: center;
      font-size: 24px;
			border:1px solid #ddd;
			border-radius:4px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
    }

    .btn-group .btn:hover{
color: #000 !important;
background-color: #FFA42F;
    }
.list-thumb {
    height: 12px;
    overflow: hidden;
    position: relative;
}

.pooja-card{
      border-radius:15px;

}


  .testimonial-wrapper {
    position: relative;
    max-width: 100%;
  }

  .testimonial {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4em;
    max-height: calc(1.4em * 4); /* 4 lines */
    margin: 0;
    padding-right: 60px; /* make room for Read More */
  }

  .read-more-link {
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, transparent 0%, white 60%);
    padding-left: 10px;
    color: blue;
    font-size: 14px;
    display: none; /* shown only if overflow */
  }


.pooja-card .product-info{
  height: 150px;
}
.market-card{
    border-radius:15px;

}
.cropped-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    border-radius:15px 15px ;
}
.pooja-card .list-thumb-lg .cropped-image{
   object-fit: cover;
    width: 100%;
    height: auto;
    display: block;
    border-radius:15px;
}
.list-thumb-lg {
    height: 150px;
    overflow: hidden;
    position: relative;
    border-radius:15px;

}
.list-thumb-gallery {
     height: 250px;
    overflow: hidden;
    position: relative;
    border-radius:15px;
}
.list-thumb-sm {
    height: 150px;
    overflow: hidden;
    position: relative;
    border-radius:15px;

}

.team-thumb-lg{
    height: 280px;

}
.team {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    border: 1px solid #eee;
    border-radius: 10px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.team img{
  position: absolute;
  top:40px
}
.partner-tab-nev{
  padding: 0.5rem 0;
}

@media (max-width: 768px) {
  .d-mb-none {
    display: none;
  }
  .gap-3 {
    gap: 0.15rem !important;
  }
  .pb-20 {
    padding-bottom: 2rem !important;
  }

  .pt-20 {
    padding-top: 2rem !important;
  }
  .pooja-card .list-thumb-lg {
    height: 120px;
    overflow: hidden;
    position: relative;
}

}

.market-info{
  height: 96px;
  margin: 10px 0;
  overflow: hidden;
}
.market-info:hover.market-info{
  margin: 10px 0;
}
.list-astrology-lg{
    height: 250px;
  margin: 10px 0;
  overflow: hidden;
}


.product-info h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;        
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 50px;             
    margin: 0;
    line-height: 1.2em;           
    white-space: normal;         
}


.text-warning * {
  color: #ffa42f !important;
}

.slide-text {
  height: 255px;
  display: flex;          
  align-items: center;    
}
.blog-content {
   display: -webkit-box;
    -webkit-line-clamp: 8;        
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 250px;             
    line-height: 1.5em;           
    white-space: normal; 
    margin-bottom: 15px;          
}
.blog-list{
  height: 85px;
}
.blog-list-content{
  height: 85px;
  overflow:hidden;
   display: -webkit-box;
    -webkit-line-clamp: 2;        
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;  
    padding-left: 0;         

}

.product-info .details{
  height: 100px;
  overflow: hidden;
}


@media (max-width: 768px) {

.blog-list-content {
    padding-left: 15px;

}
}